home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / kiosk.dir / 00054_Floor 1-2.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  245 b   |  13 lines

  1. on mouseDown
  2.   set the visible of sprite 21 to 0
  3.   set the visible of sprite 22 to 1
  4.   set the visible of sprite 23 to 0
  5.   set the visible of sprite 24 to 0
  6.   set the visible of sprite 25 to 0
  7.   updateStage()
  8. end
  9.  
  10. on mouseUp
  11.   go("close 1")
  12. end
  13.